Html Css Color HEX #381F45 Blackcurrant

📋 copy color: '#381F45'

red 56 ◦ green 31 ◦ blue 69

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

Shades of Blackcurrant #381F45

Tints of Blackcurrant #381F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

 BLUE value IS 69 (27.34% from 255) = 44.23%

R = 35.9%
G = 19.87%
B = 44.23%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381F45 (or 0x381F45) is known color: Blackcurrant. HEX triplet: 38, 1F and 45. RGB value is (56,31,69). Sum of RGB (Red+Green+Blue) = 56+31+69=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 69 - color contains mainly: blue. Hex color #381F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F45 is #C7E0BA. Grayscale: #2A2A2A. Windows color (decimal): -13099195 or 4529976. OLE color: 4529976.

HSL color Cylindrical-coordinate representation of color #381F45: hue angle of 279.47º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381F45 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 31 69 -
CMYK 0.19 0.55 0 0.73
HSL 279.47º 0.38% 0.2% -
HSV(B) 279.47º 0.55% 0.27% -
XYZ 3.2 2.25 5.9 -
YUV 42.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 56 31 69 0.19 0.55 0 0.73 279.47 0.38 0.2
Hex 38 1F 45 13 37 0 49 117 26 14
Octal 70 37 105 23 67 0 111 427 46 24
Binary 111000 11111 1000101 10011 110111 0 1001001 100010111 100110 10100

Color Harmonies of #381F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F45

Black with #381F45

Text Example


Text Example

White with #381F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,69); }

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

background-color css

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

 a { background-color: rgb(56,31,69); }

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

border-color css

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

 span { border-color: rgb(56,31,69); }

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