Html Css Color HEX #370123 Blackberry

📋 copy color: '#370123'

red 55 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #370123

Tints of Blackberry #370123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 38.46%

R = 60.44%
G = 1.1%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#370123 (or 0x370123) is known color: Blackberry. HEX triplet: 37, 01 and 23. RGB value is (55,1,35). Sum of RGB (Red+Green+Blue) = 55+1+35=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370123 is #C8FEDC. Grayscale: #141414. Windows color (decimal): -13172445 or 2294071. OLE color: 2294071.

HSL color Cylindrical-coordinate representation of color #370123: hue angle of 322.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370123 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 35 -
CMYK 0 0.98 0.36 0.78
HSL 322.22º 0.96% 0.11% -
HSV(B) 322.22º 0.98% 0.22% -
XYZ 1.89 0.96 1.67 -
YUV 21.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 55 1 35 0 0.98 0.36 0.78 322.22 0.96 0.11
Hex 37 1 23 0 62 24 4E 142 60 B
Octal 67 1 43 0 142 44 116 502 140 13
Binary 110111 1 100011 0 1100010 100100 1001110 101000010 1100000 1011

Color Harmonies of #370123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370123

Black with #370123

Text Example


Text Example

White with #370123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370123; }

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

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

background-color css

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

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

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

border-color css

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

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

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