Html Css Color HEX #370925 Blackberry

📋 copy color: '#370925'

red 55 ◦ green 9 ◦ blue 37

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

Shades of Blackberry #370925

Tints of Blackberry #370925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

 BLUE value IS 37 (14.84% from 255) = 36.63%

R = 54.46%
G = 8.91%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#370925 (or 0x370925) is known color: Blackberry. HEX triplet: 37, 09 and 25. RGB value is (55,9,37). Sum of RGB (Red+Green+Blue) = 55+9+37=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #370925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370925 is #C8F6DA. Grayscale: #191919. Windows color (decimal): -13170395 or 2427191. OLE color: 2427191.

HSL color Cylindrical-coordinate representation of color #370925: hue angle of 323.48º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370925 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 9 37 -
CMYK 0 0.84 0.33 0.78
HSL 323.48º 0.72% 0.13% -
HSV(B) 323.48º 0.84% 0.22% -
XYZ 2.01 1.14 1.86 -
YUV 25.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 55 9 37 0 0.84 0.33 0.78 323.48 0.72 0.13
Hex 37 9 25 0 54 21 4E 143 48 D
Octal 67 11 45 0 124 41 116 503 110 15
Binary 110111 1001 100101 0 1010100 100001 1001110 101000011 1001000 1101

Color Harmonies of #370925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370925

Black with #370925

Text Example


Text Example

White with #370925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370925; }

 p { color: rgb(55,9,37); }

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

background-color css

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

 a { background-color: rgb(55,9,37); }

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

border-color css

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

 span { border-color: rgb(55,9,37); }

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