Html Css Color HEX #381145 Blackcurrant

📋 copy color: '#381145'

red 56 ◦ green 17 ◦ blue 69

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

Shades of Blackcurrant #381145

Tints of Blackcurrant #381145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 39.44%
G = 11.97%
B = 48.59%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381145 (or 0x381145) is known color: Blackcurrant. HEX triplet: 38, 11 and 45. RGB value is (56,17,69). Sum of RGB (Red+Green+Blue) = 56+17+69=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #381145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381145 is #C7EEBA. Grayscale: #222222. Windows color (decimal): -13102779 or 4526392. OLE color: 4526392.

HSL color Cylindrical-coordinate representation of color #381145: hue angle of 285º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381145 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 17 69 -
CMYK 0.19 0.75 0 0.73
HSL 285º 0.6% 0.17% -
HSV(B) 285º 0.75% 0.27% -
XYZ 2.91 1.67 5.8 -
YUV 34.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 56 17 69 0.19 0.75 0 0.73 285 0.6 0.17
Hex 38 11 45 13 4B 0 49 11D 3C 11
Octal 70 21 105 23 113 0 111 435 74 21
Binary 111000 10001 1000101 10011 1001011 0 1001001 100011101 111100 10001

Color Harmonies of #381145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381145

Black with #381145

Text Example


Text Example

White with #381145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381145; }

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

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

background-color css

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

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

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

border-color css

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

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

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