Html Css Color HEX #370D2B Blackberry

📋 copy color: '#370D2B'

red 55 ◦ green 13 ◦ blue 43

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

Shades of Blackberry #370D2B

Tints of Blackberry #370D2B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.71%

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 49.55%
G = 11.71%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#370D2B (or 0x370D2B) is known color: Blackberry. HEX triplet: 37, 0D and 2B. RGB value is (55,13,43). Sum of RGB (Red+Green+Blue) = 55+13+43=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D2B is #C8F2D4. Grayscale: #1C1C1C. Windows color (decimal): -13169365 or 2821431. OLE color: 2821431.

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

Color convert

RGB 55 13 43 -
CMYK 0 0.76 0.22 0.78
HSL 317.14º 0.62% 0.13% -
HSV(B) 317.14º 0.76% 0.22% -
XYZ 2.16 1.27 2.42 -
YUV 28.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 55 13 43 0 0.76 0.22 0.78 317.14 0.62 0.13
Hex 37 D 2B 0 4C 16 4E 13D 3E D
Octal 67 15 53 0 114 26 116 475 76 15
Binary 110111 1101 101011 0 1001100 10110 1001110 100111101 111110 1101

Color Harmonies of #370D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D2B

Black with #370D2B

Text Example


Text Example

White with #370D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370D2B; }

 p { color: rgb(55,13,43); }

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

background-color css

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

 a { background-color: rgb(55,13,43); }

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

border-color css

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

 span { border-color: rgb(55,13,43); }

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