Html Css Color HEX #370142 Blackcurrant

📋 copy color: '#370142'

red 55 ◦ green 1 ◦ blue 66

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

Shades of Blackcurrant #370142

Tints of Blackcurrant #370142

RGB

 RED value IS 55 (21.88% from 255) = 45.08%

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 45.08%
G = 0.82%
B = 54.1%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#370142 (or 0x370142) is known color: Blackcurrant. HEX triplet: 37, 01 and 42. RGB value is (55,1,66). Sum of RGB (Red+Green+Blue) = 55+1+66=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #370142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370142 is #C8FEBD. Grayscale: #181818. Windows color (decimal): -13172414 or 4325687. OLE color: 4325687.

HSL color Cylindrical-coordinate representation of color #370142: hue angle of 289.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370142 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 1 66 -
CMYK 0.17 0.98 0 0.74
HSL 289.85º 0.97% 0.13% -
HSV(B) 289.85º 0.98% 0.26% -
XYZ 2.57 1.23 5.26 -
YUV 24.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 55 1 66 0.17 0.98 0 0.74 289.85 0.97 0.13
Hex 37 1 42 11 62 0 4A 122 61 D
Octal 67 1 102 21 142 0 112 442 141 15
Binary 110111 1 1000010 10001 1100010 0 1001010 100100010 1100001 1101

Color Harmonies of #370142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370142

Black with #370142

Text Example


Text Example

White with #370142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370142; }

 p { color: rgb(55,1,66); }

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

background-color css

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

 a { background-color: rgb(55,1,66); }

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

border-color css

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

 span { border-color: rgb(55,1,66); }

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