Html Css Color HEX #481233 Blackberry

📋 copy color: '#481233'

red 72 ◦ green 18 ◦ blue 51

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

Shades of Blackberry #481233

Tints of Blackberry #481233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.17%

R = 51.06%
G = 12.77%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481233 (or 0x481233) is known color: Blackberry. HEX triplet: 48, 12 and 33. RGB value is (72,18,51). Sum of RGB (Red+Green+Blue) = 72+18+51=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481233 is #B7EDCC. Grayscale: #252525. Windows color (decimal): -12053965 or 3347016. OLE color: 3347016.

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

Color convert

RGB 72 18 51 -
CMYK 0 0.75 0.29 0.72
HSL 323.33º 0.6% 0.18% -
HSV(B) 323.33º 0.75% 0.28% -
XYZ 3.49 2.05 3.34 -
YUV 37.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 72 18 51 0 0.75 0.29 0.72 323.33 0.6 0.18
Hex 48 12 33 0 4B 1D 48 143 3C 12
Octal 110 22 63 0 113 35 110 503 74 22
Binary 1001000 10010 110011 0 1001011 11101 1001000 101000011 111100 10010

Color Harmonies of #481233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481233

Black with #481233

Text Example


Text Example

White with #481233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481233; }

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

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

background-color css

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

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

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

border-color css

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

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

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