Html Css Color HEX #481234 Blackberry

📋 copy color: '#481234'

red 72 ◦ green 18 ◦ blue 52

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

Shades of Blackberry #481234

Tints of Blackberry #481234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 50.7%
G = 12.68%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481234 (or 0x481234) is known color: Blackberry. HEX triplet: 48, 12 and 34. RGB value is (72,18,52). Sum of RGB (Red+Green+Blue) = 72+18+52=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481234 is #B7EDCB. Grayscale: #252525. Windows color (decimal): -12053964 or 3412552. OLE color: 3412552.

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

Color convert

RGB 72 18 52 -
CMYK 0 0.75 0.28 0.72
HSL 322.22º 0.6% 0.18% -
HSV(B) 322.22º 0.75% 0.28% -
XYZ 3.51 2.06 3.46 -
YUV 38.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 72 18 52 0 0.75 0.28 0.72 322.22 0.6 0.18
Hex 48 12 34 0 4B 1C 48 142 3C 12
Octal 110 22 64 0 113 34 110 502 74 22
Binary 1001000 10010 110100 0 1001011 11100 1001000 101000010 111100 10010

Color Harmonies of #481234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481234

Black with #481234

Text Example


Text Example

White with #481234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481234; }

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

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

background-color css

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

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

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

border-color css

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

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

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