Html Css Color HEX #370826 Blackberry

📋 copy color: '#370826'

red 55 ◦ green 8 ◦ blue 38

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

Shades of Blackberry #370826

Tints of Blackberry #370826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 37.62%

R = 54.46%
G = 7.92%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#370826 (or 0x370826) is known color: Blackberry. HEX triplet: 37, 08 and 26. RGB value is (55,8,38). Sum of RGB (Red+Green+Blue) = 55+8+38=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 38 (15.23% from 255 or 37.62% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #370826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370826 is #C8F7D9. Grayscale: #191919. Windows color (decimal): -13170650 or 2492471. OLE color: 2492471.

HSL color Cylindrical-coordinate representation of color #370826: hue angle of 321.7º 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 #370826 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 8 38 -
CMYK 0 0.85 0.31 0.78
HSL 321.7º 0.75% 0.12% -
HSV(B) 321.7º 0.85% 0.22% -
XYZ 2.01 1.13 1.94 -
YUV 25.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 55 8 38 0 0.85 0.31 0.78 321.7 0.75 0.12
Hex 37 8 26 0 55 1F 4E 142 4B C
Octal 67 10 46 0 125 37 116 502 113 14
Binary 110111 1000 100110 0 1010101 11111 1001110 101000010 1001011 1100

Color Harmonies of #370826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370826

Black with #370826

Text Example


Text Example

White with #370826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370826; }

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

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

background-color css

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

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

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

border-color css

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

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

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