Html Css Color HEX #370328 Blackberry

📋 copy color: '#370328'

red 55 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #370328

Tints of Blackberry #370328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 56.12%
G = 3.06%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370328 (or 0x370328) is known color: Blackberry. HEX triplet: 37, 03 and 28. RGB value is (55,3,40). Sum of RGB (Red+Green+Blue) = 55+3+40=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370328 is #C8FCD7. Grayscale: #161616. Windows color (decimal): -13171928 or 2622263. OLE color: 2622263.

HSL color Cylindrical-coordinate representation of color #370328: hue angle of 317.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370328 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 3 40 -
CMYK 0 0.95 0.27 0.78
HSL 317.31º 0.9% 0.11% -
HSV(B) 317.31º 0.95% 0.22% -
XYZ 1.99 1.03 2.1 -
YUV 22.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 55 3 40 0 0.95 0.27 0.78 317.31 0.9 0.11
Hex 37 3 28 0 5F 1B 4E 13D 5A B
Octal 67 3 50 0 137 33 116 475 132 13
Binary 110111 11 101000 0 1011111 11011 1001110 100111101 1011010 1011

Color Harmonies of #370328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370328

Black with #370328

Text Example


Text Example

White with #370328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370328; }

 p { color: rgb(55,3,40); }

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

background-color css

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

 a { background-color: rgb(55,3,40); }

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

border-color css

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

 span { border-color: rgb(55,3,40); }

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