Html Css Color HEX #370452 Blackcurrant

📋 copy color: '#370452'

red 55 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #370452

Tints of Blackcurrant #370452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.84%

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

R = 39.01%
G = 2.84%
B = 58.16%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#370452 (or 0x370452) is known color: Blackcurrant. HEX triplet: 37, 04 and 52. RGB value is (55,4,82). Sum of RGB (Red+Green+Blue) = 55+4+82=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #370452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370452 is #C8FBAD. Grayscale: #1B1B1B. Windows color (decimal): -13171630 or 5375031. OLE color: 5375031.

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

Color convert

RGB 55 4 82 -
CMYK 0.33 0.95 0 0.68
HSL 279.23º 0.91% 0.17% -
HSV(B) 279.23º 0.95% 0.32% -
XYZ 3.14 1.51 8.11 -
YUV 28.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 55 4 82 0.33 0.95 0 0.68 279.23 0.91 0.17
Hex 37 4 52 21 5F 0 44 117 5B 11
Octal 67 4 122 41 137 0 104 427 133 21
Binary 110111 100 1010010 100001 1011111 0 1000100 100010111 1011011 10001

Color Harmonies of #370452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370452

Black with #370452

Text Example


Text Example

White with #370452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370452; }

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

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

background-color css

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

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

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

border-color css

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

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

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