Html Css Color HEX #370353 Blackcurrant

📋 copy color: '#370353'

red 55 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #370353

Tints of Blackcurrant #370353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 39.01%
G = 2.13%
B = 58.87%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#370353 (or 0x370353) is known color: Blackcurrant. HEX triplet: 37, 03 and 53. RGB value is (55,3,83). Sum of RGB (Red+Green+Blue) = 55+3+83=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #370353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370353 is #C8FCAC. Grayscale: #1B1B1B. Windows color (decimal): -13171885 or 5440311. OLE color: 5440311.

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

Color convert

RGB 55 3 83 -
CMYK 0.34 0.96 0 0.67
HSL 279º 0.93% 0.17% -
HSV(B) 279º 0.96% 0.33% -
XYZ 3.17 1.5 8.31 -
YUV 27.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 55 3 83 0.34 0.96 0 0.67 279 0.93 0.17
Hex 37 3 53 22 60 0 43 117 5D 11
Octal 67 3 123 42 140 0 103 427 135 21
Binary 110111 11 1010011 100010 1100000 0 1000011 100010111 1011101 10001

Color Harmonies of #370353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370353

Black with #370353

Text Example


Text Example

White with #370353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370353; }

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

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

background-color css

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

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

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

border-color css

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

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

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