Html Css Color HEX #370852 Blackcurrant

📋 copy color: '#370852'

red 55 ◦ green 8 ◦ blue 82

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

Shades of Blackcurrant #370852

Tints of Blackcurrant #370852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 37.93%
G = 5.52%
B = 56.55%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370852 (or 0x370852) is known color: Blackcurrant. HEX triplet: 37, 08 and 52. RGB value is (55,8,82). Sum of RGB (Red+Green+Blue) = 55+8+82=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #370852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370852 is #C8F7AD. Grayscale: #1E1E1E. Windows color (decimal): -13170606 or 5376055. OLE color: 5376055.

HSL color Cylindrical-coordinate representation of color #370852: hue angle of 278.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370852 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 8 82 -
CMYK 0.33 0.90 0 0.68
HSL 278.11º 0.82% 0.18% -
HSV(B) 278.11º 0.9% 0.32% -
XYZ 3.19 1.6 8.12 -
YUV 30.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 55 8 82 0.33 0.90 0 0.68 278.11 0.82 0.18
Hex 37 8 52 21 5A 0 44 116 52 12
Octal 67 10 122 41 132 0 104 426 122 22
Binary 110111 1000 1010010 100001 1011010 0 1000100 100010110 1010010 10010

Color Harmonies of #370852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370852

Black with #370852

Text Example


Text Example

White with #370852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370852; }

 p { color: rgb(55,8,82); }

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

background-color css

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

 a { background-color: rgb(55,8,82); }

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

border-color css

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

 span { border-color: rgb(55,8,82); }

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