Html Css Color HEX #481227 Blackberry

📋 copy color: '#481227'

red 72 ◦ green 18 ◦ blue 39

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

Shades of Blackberry #481227

Tints of Blackberry #481227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 55.81%
G = 13.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#481227 (or 0x481227) is known color: Blackberry. HEX triplet: 48, 12 and 27. RGB value is (72,18,39). Sum of RGB (Red+Green+Blue) = 72+18+39=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481227 is #B7EDD8. Grayscale: #242424. Windows color (decimal): -12053977 or 2560584. OLE color: 2560584.

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

Color convert

RGB 72 18 39 -
CMYK 0 0.75 0.46 0.72
HSL 336.67º 0.6% 0.18% -
HSV(B) 336.67º 0.75% 0.28% -
XYZ 3.26 1.96 2.13 -
YUV 36.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 72 18 39 0 0.75 0.46 0.72 336.67 0.6 0.18
Hex 48 12 27 0 4B 2E 48 151 3C 12
Octal 110 22 47 0 113 56 110 521 74 22
Binary 1001000 10010 100111 0 1001011 101110 1001000 101010001 111100 10010

Color Harmonies of #481227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481227

Black with #481227

Text Example


Text Example

White with #481227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481227; }

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

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

background-color css

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

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

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

border-color css

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

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

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