Html Css Color HEX #370825 Blackberry

📋 copy color: '#370825'

red 55 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #370825

Tints of Blackberry #370825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8%

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

R = 55%
G = 8%
B = 37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#370825 (or 0x370825) is known color: Blackberry. HEX triplet: 37, 08 and 25. RGB value is (55,8,37). Sum of RGB (Red+Green+Blue) = 55+8+37=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #370825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370825 is #C8F7DA. Grayscale: #191919. Windows color (decimal): -13170651 or 2426935. OLE color: 2426935.

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

Color convert

RGB 55 8 37 -
CMYK 0 0.85 0.33 0.78
HSL 322.98º 0.75% 0.12% -
HSV(B) 322.98º 0.85% 0.22% -
XYZ 2 1.12 1.86 -
YUV 25.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 55 8 37 0 0.85 0.33 0.78 322.98 0.75 0.12
Hex 37 8 25 0 55 21 4E 143 4B C
Octal 67 10 45 0 125 41 116 503 113 14
Binary 110111 1000 100101 0 1010101 100001 1001110 101000011 1001011 1100

Color Harmonies of #370825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370825

Black with #370825

Text Example


Text Example

White with #370825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370825; }

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

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

background-color css

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

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

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

border-color css

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

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

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