Html Css Color HEX #481239 Blackberry

📋 copy color: '#481239'

red 72 ◦ green 18 ◦ blue 57

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

Shades of Blackberry #481239

Tints of Blackberry #481239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38.78%

R = 48.98%
G = 12.24%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#481239 (or 0x481239) is known color: Blackberry. HEX triplet: 48, 12 and 39. RGB value is (72,18,57). Sum of RGB (Red+Green+Blue) = 72+18+57=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481239 is #B7EDC6. Grayscale: #262626. Windows color (decimal): -12053959 or 3740232. OLE color: 3740232.

HSL color Cylindrical-coordinate representation of color #481239: hue angle of 316.67º 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 #481239 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 57 -
CMYK 0 0.75 0.21 0.72
HSL 316.67º 0.6% 0.18% -
HSV(B) 316.67º 0.75% 0.28% -
XYZ 3.63 2.11 4.09 -
YUV 38.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 72 18 57 0 0.75 0.21 0.72 316.67 0.6 0.18
Hex 48 12 39 0 4B 15 48 13D 3C 12
Octal 110 22 71 0 113 25 110 475 74 22
Binary 1001000 10010 111001 0 1001011 10101 1001000 100111101 111100 10010

Color Harmonies of #481239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481239

Black with #481239

Text Example


Text Example

White with #481239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481239; }

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

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

background-color css

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

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

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

border-color css

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

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

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