Html Css Color HEX #381641 Blackcurrant

📋 copy color: '#381641'

red 56 ◦ green 22 ◦ blue 65

#381641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #381641

Tints of Blackcurrant #381641

RGB

 RED value IS 56 (22.27% from 255) = 39.16%

 GREEN value IS 22 (8.98% from 255) = 15.38%

 BLUE value IS 65 (25.78% from 255) = 45.45%

R = 39.16%
G = 15.38%
B = 45.45%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381641 (or 0x381641) is known color: Blackcurrant. HEX triplet: 38, 16 and 41. RGB value is (56,22,65). Sum of RGB (Red+Green+Blue) = 56+22+65=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #381641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381641 is #C7E9BE. Grayscale: #242424. Windows color (decimal): -13101503 or 4265528. OLE color: 4265528.

HSL color Cylindrical-coordinate representation of color #381641: hue angle of 287.44º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381641 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 22 65 -
CMYK 0.14 0.66 0 0.75
HSL 287.44º 0.49% 0.17% -
HSV(B) 287.44º 0.66% 0.25% -
XYZ 2.87 1.8 5.2 -
YUV 37.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 56 22 65 0.14 0.66 0 0.75 287.44 0.49 0.17
Hex 38 16 41 E 42 0 4B 11F 31 11
Octal 70 26 101 16 102 0 113 437 61 21
Binary 111000 10110 1000001 1110 1000010 0 1001011 100011111 110001 10001

Color Harmonies of #381641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381641

Black with #381641

Text Example


Text Example

White with #381641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381641; }

 p { color: rgb(56,22,65); }

 H1.HeaderClassName
 {
   color: #381641;
 }
 .AnyTagClassName
 {
   color: #381641;
 }
</style>

background-color css

<style>
 a { background-color: #381641; }

 a { background-color: rgb(56,22,65); }

 div.DivClassName
 {
   background-color: #381641;
 }
 .BgClassName
 {
   background-color: #381641;
 }
</style>

border-color css

<style>
 span { border-color: #381641; }

 span { border-color: rgb(56,22,65); }

 td.TdClassName
 {
   border-color: #381641;
 }
 .TagClassName
 {
   border-color: #381641;
 }
</style>