Html Css Color HEX #481237 Blackberry

📋 copy color: '#481237'

red 72 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #481237

Tints of Blackberry #481237

RGB

 RED value IS 72 (28.52% from 255) = 49.66%

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 49.66%
G = 12.41%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#481237 (or 0x481237) is known color: Blackberry. HEX triplet: 48, 12 and 37. RGB value is (72,18,55). Sum of RGB (Red+Green+Blue) = 72+18+55=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481237 is #B7EDC8. Grayscale: #262626. Windows color (decimal): -12053961 or 3609160. OLE color: 3609160.

HSL color Cylindrical-coordinate representation of color #481237: hue angle of 318.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481237 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 55 -
CMYK 0 0.75 0.24 0.72
HSL 318.89º 0.6% 0.18% -
HSV(B) 318.89º 0.75% 0.28% -
XYZ 3.58 2.09 3.83 -
YUV 38.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 72 18 55 0 0.75 0.24 0.72 318.89 0.6 0.18
Hex 48 12 37 0 4B 18 48 13F 3C 12
Octal 110 22 67 0 113 30 110 477 74 22
Binary 1001000 10010 110111 0 1001011 11000 1001000 100111111 111100 10010

Color Harmonies of #481237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481237

Black with #481237

Text Example


Text Example

White with #481237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481237; }

 p { color: rgb(72,18,55); }

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

background-color css

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

 a { background-color: rgb(72,18,55); }

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

border-color css

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

 span { border-color: rgb(72,18,55); }

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