Html Css Color HEX #370152 Blackcurrant

📋 copy color: '#370152'

red 55 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #370152

Tints of Blackcurrant #370152

RGB

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

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

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

R = 39.86%
G = 0.72%
B = 59.42%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370152 (or 0x370152) is known color: Blackcurrant. HEX triplet: 37, 01 and 52. RGB value is (55,1,82). Sum of RGB (Red+Green+Blue) = 55+1+82=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #370152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370152 is #C8FEAD. Grayscale: #1A1A1A. Windows color (decimal): -13172398 or 5374263. OLE color: 5374263.

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

Color convert

RGB 55 1 82 -
CMYK 0.33 0.99 0 0.68
HSL 280º 0.98% 0.16% -
HSV(B) 280º 0.99% 0.32% -
XYZ 3.11 1.44 8.1 -
YUV 26.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 55 1 82 0.33 0.99 0 0.68 280 0.98 0.16
Hex 37 1 52 21 63 0 44 118 62 10
Octal 67 1 122 41 143 0 104 430 142 20
Binary 110111 1 1010010 100001 1100011 0 1000100 100011000 1100010 10000

Color Harmonies of #370152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370152

Black with #370152

Text Example


Text Example

White with #370152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370152; }

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

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

background-color css

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

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

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

border-color css

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

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

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