Html Css Color HEX #481832 Blackberry

📋 copy color: '#481832'

red 72 ◦ green 24 ◦ blue 50

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

Shades of Blackberry #481832

Tints of Blackberry #481832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 49.32%
G = 16.44%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#481832 (or 0x481832) is known color: Blackberry. HEX triplet: 48, 18 and 32. RGB value is (72,24,50). Sum of RGB (Red+Green+Blue) = 72+24+50=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481832 is #B7E7CD. Grayscale: #292929. Windows color (decimal): -12052430 or 3283016. OLE color: 3283016.

HSL color Cylindrical-coordinate representation of color #481832: hue angle of 327.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481832 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 50 -
CMYK 0 0.67 0.31 0.72
HSL 327.5º 0.5% 0.19% -
HSV(B) 327.5º 0.67% 0.28% -
XYZ 3.57 2.26 3.27 -
YUV 41.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 72 24 50 0 0.67 0.31 0.72 327.5 0.5 0.19
Hex 48 18 32 0 43 1F 48 148 32 13
Octal 110 30 62 0 103 37 110 510 62 23
Binary 1001000 11000 110010 0 1000011 11111 1001000 101001000 110010 10011

Color Harmonies of #481832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481832

Black with #481832

Text Example


Text Example

White with #481832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481832; }

 p { color: rgb(72,24,50); }

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

background-color css

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

 a { background-color: rgb(72,24,50); }

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

border-color css

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

 span { border-color: rgb(72,24,50); }

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