Html Css Color HEX #381C42 Blackcurrant

📋 copy color: '#381C42'

red 56 ◦ green 28 ◦ blue 66

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

Shades of Blackcurrant #381C42

Tints of Blackcurrant #381C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 37.33%
G = 18.67%
B = 44%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#381C42 (or 0x381C42) is known color: Blackcurrant. HEX triplet: 38, 1C and 42. RGB value is (56,28,66). Sum of RGB (Red+Green+Blue) = 56+28+66=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 66 (26.17% from 255 or 44% from 150); Max value from RGB is 66 - color contains mainly: blue. Hex color #381C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C42 is #C7E3BD. Grayscale: #282828. Windows color (decimal): -13099966 or 4332600. OLE color: 4332600.

HSL color Cylindrical-coordinate representation of color #381C42: hue angle of 284.21º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #381C42 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 28 66 -
CMYK 0.15 0.58 0 0.74
HSL 284.21º 0.4% 0.18% -
HSV(B) 284.21º 0.58% 0.26% -
XYZ 3.03 2.06 5.39 -
YUV 40.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 56 28 66 0.15 0.58 0 0.74 284.21 0.4 0.18
Hex 38 1C 42 F 3A 0 4A 11C 28 12
Octal 70 34 102 17 72 0 112 434 50 22
Binary 111000 11100 1000010 1111 111010 0 1001010 100011100 101000 10010

Color Harmonies of #381C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C42

Black with #381C42

Text Example


Text Example

White with #381C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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