Html Css Color HEX #370453 Blackcurrant

📋 copy color: '#370453'

red 55 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #370453

Tints of Blackcurrant #370453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 58.45%

R = 38.73%
G = 2.82%
B = 58.45%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370453 (or 0x370453) is known color: Blackcurrant. HEX triplet: 37, 04 and 53. RGB value is (55,4,83). Sum of RGB (Red+Green+Blue) = 55+4+83=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #370453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370453 is #C8FBAC. Grayscale: #1B1B1B. Windows color (decimal): -13171629 or 5440567. OLE color: 5440567.

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

Color convert

RGB 55 4 83 -
CMYK 0.34 0.95 0 0.67
HSL 278.73º 0.91% 0.17% -
HSV(B) 278.73º 0.95% 0.33% -
XYZ 3.18 1.52 8.31 -
YUV 28.26 158.9 147.08 -
System Red Green Blue C M Y K H S L
Decimal 55 4 83 0.34 0.95 0 0.67 278.73 0.91 0.17
Hex 37 4 53 22 5F 0 43 117 5B 11
Octal 67 4 123 42 137 0 103 427 133 21
Binary 110111 100 1010011 100010 1011111 0 1000011 100010111 1011011 10001

Color Harmonies of #370453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370453

Black with #370453

Text Example


Text Example

White with #370453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370453; }

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

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

background-color css

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

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

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

border-color css

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

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

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