Html Css Color HEX #382043 Blackcurrant

📋 copy color: '#382043'

red 56 ◦ green 32 ◦ blue 67

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

Shades of Blackcurrant #382043

Tints of Blackcurrant #382043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 36.13%
G = 20.65%
B = 43.23%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#382043 (or 0x382043) is known color: Blackcurrant. HEX triplet: 38, 20 and 43. RGB value is (56,32,67). Sum of RGB (Red+Green+Blue) = 56+32+67=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #382043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382043 is #C7DFBC. Grayscale: #2B2B2B. Windows color (decimal): -13098941 or 4399160. OLE color: 4399160.

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

Color convert

RGB 56 32 67 -
CMYK 0.16 0.52 0 0.74
HSL 281.14º 0.35% 0.19% -
HSV(B) 281.14º 0.52% 0.26% -
XYZ 3.16 2.28 5.58 -
YUV 43.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 56 32 67 0.16 0.52 0 0.74 281.14 0.35 0.19
Hex 38 20 43 10 34 0 4A 119 23 13
Octal 70 40 103 20 64 0 112 431 43 23
Binary 111000 100000 1000011 10000 110100 0 1001010 100011001 100011 10011

Color Harmonies of #382043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382043

Black with #382043

Text Example


Text Example

White with #382043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382043; }

 p { color: rgb(56,32,67); }

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

background-color css

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

 a { background-color: rgb(56,32,67); }

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

border-color css

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

 span { border-color: rgb(56,32,67); }

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