Html Css Color HEX #381945 Blackcurrant

📋 copy color: '#381945'

red 56 ◦ green 25 ◦ blue 69

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

Shades of Blackcurrant #381945

Tints of Blackcurrant #381945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 37.33%
G = 16.67%
B = 46%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381945 (or 0x381945) is known color: Blackcurrant. HEX triplet: 38, 19 and 45. RGB value is (56,25,69). Sum of RGB (Red+Green+Blue) = 56+25+69=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 69 - color contains mainly: blue. Hex color #381945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381945 is #C7E6BA. Grayscale: #272727. Windows color (decimal): -13100731 or 4528440. OLE color: 4528440.

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

Color convert

RGB 56 25 69 -
CMYK 0.19 0.64 0 0.73
HSL 282.27º 0.47% 0.18% -
HSV(B) 282.27º 0.64% 0.27% -
XYZ 3.05 1.97 5.85 -
YUV 39.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 56 25 69 0.19 0.64 0 0.73 282.27 0.47 0.18
Hex 38 19 45 13 40 0 49 11A 2F 12
Octal 70 31 105 23 100 0 111 432 57 22
Binary 111000 11001 1000101 10011 1000000 0 1001001 100011010 101111 10010

Color Harmonies of #381945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381945

Black with #381945

Text Example


Text Example

White with #381945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381945; }

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

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

background-color css

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

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

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

border-color css

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

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

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