Html Css Color HEX #370252 Blackcurrant

📋 copy color: '#370252'

red 55 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #370252

Tints of Blackcurrant #370252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

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

R = 39.57%
G = 1.44%
B = 58.99%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370252 (or 0x370252) is known color: Blackcurrant. HEX triplet: 37, 02 and 52. RGB value is (55,2,82). Sum of RGB (Red+Green+Blue) = 55+2+82=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #370252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370252 is #C8FDAD. Grayscale: #1A1A1A. Windows color (decimal): -13172142 or 5374519. OLE color: 5374519.

HSL color Cylindrical-coordinate representation of color #370252: hue angle of 279.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370252 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 2 82 -
CMYK 0.33 0.98 0 0.68
HSL 279.75º 0.95% 0.16% -
HSV(B) 279.75º 0.98% 0.32% -
XYZ 3.12 1.46 8.1 -
YUV 26.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 55 2 82 0.33 0.98 0 0.68 279.75 0.95 0.16
Hex 37 2 52 21 62 0 44 118 5F 10
Octal 67 2 122 41 142 0 104 430 137 20
Binary 110111 10 1010010 100001 1100010 0 1000100 100011000 1011111 10000

Color Harmonies of #370252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370252

Black with #370252

Text Example


Text Example

White with #370252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370252; }

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

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

background-color css

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

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

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

border-color css

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

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

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