Html Css Color HEX #381242 Blackcurrant

📋 copy color: '#381242'

red 56 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #381242

Tints of Blackcurrant #381242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 66 (26.17% from 255) = 47.14%

R = 40%
G = 12.86%
B = 47.14%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381242 (or 0x381242) is known color: Blackcurrant. HEX triplet: 38, 12 and 42. RGB value is (56,18,66). Sum of RGB (Red+Green+Blue) = 56+18+66=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #381242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381242 is #C7EDBD. Grayscale: #222222. Windows color (decimal): -13102526 or 4330040. OLE color: 4330040.

HSL color Cylindrical-coordinate representation of color #381242: hue angle of 287.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381242 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 18 66 -
CMYK 0.15 0.73 0 0.74
HSL 287.5º 0.57% 0.16% -
HSV(B) 287.5º 0.73% 0.26% -
XYZ 2.83 1.67 5.33 -
YUV 34.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 56 18 66 0.15 0.73 0 0.74 287.5 0.57 0.16
Hex 38 12 42 F 49 0 4A 120 39 10
Octal 70 22 102 17 111 0 112 440 71 20
Binary 111000 10010 1000010 1111 1001001 0 1001010 100100000 111001 10000

Color Harmonies of #381242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381242

Black with #381242

Text Example


Text Example

White with #381242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381242; }

 p { color: rgb(56,18,66); }

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

background-color css

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

 a { background-color: rgb(56,18,66); }

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

border-color css

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

 span { border-color: rgb(56,18,66); }

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