Html Css Color HEX #370429 Blackberry

📋 copy color: '#370429'

red 55 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #370429

Tints of Blackberry #370429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41%

R = 55%
G = 4%
B = 41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#370429 (or 0x370429) is known color: Blackberry. HEX triplet: 37, 04 and 29. RGB value is (55,4,41). Sum of RGB (Red+Green+Blue) = 55+4+41=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370429 is #C8FBD6. Grayscale: #171717. Windows color (decimal): -13171671 or 2688055. OLE color: 2688055.

HSL color Cylindrical-coordinate representation of color #370429: hue angle of 316.47º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370429 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 41 -
CMYK 0 0.93 0.25 0.78
HSL 316.47º 0.86% 0.12% -
HSV(B) 316.47º 0.93% 0.22% -
XYZ 2.02 1.06 2.2 -
YUV 23.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 55 4 41 0 0.93 0.25 0.78 316.47 0.86 0.12
Hex 37 4 29 0 5D 19 4E 13C 56 C
Octal 67 4 51 0 135 31 116 474 126 14
Binary 110111 100 101001 0 1011101 11001 1001110 100111100 1010110 1100

Color Harmonies of #370429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370429

Black with #370429

Text Example


Text Example

White with #370429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370429; }

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

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

background-color css

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

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

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

border-color css

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

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

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