Html Css Color HEX #481C32 Blackberry

📋 copy color: '#481C32'

red 72 ◦ green 28 ◦ blue 50

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

Shades of Blackberry #481C32

Tints of Blackberry #481C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 48%
G = 18.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#481C32 (or 0x481C32) is known color: Blackberry. HEX triplet: 48, 1C and 32. RGB value is (72,28,50). Sum of RGB (Red+Green+Blue) = 72+28+50=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C32 is #B7E3CD. Grayscale: #2B2B2B. Windows color (decimal): -12051406 or 3284040. OLE color: 3284040.

HSL color Cylindrical-coordinate representation of color #481C32: hue angle of 330º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C32 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 28 50 -
CMYK 0 0.61 0.31 0.72
HSL 330º 0.44% 0.2% -
HSV(B) 330º 0.61% 0.28% -
XYZ 3.66 2.44 3.3 -
YUV 43.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 72 28 50 0 0.61 0.31 0.72 330 0.44 0.2
Hex 48 1C 32 0 3D 1F 48 14A 2C 14
Octal 110 34 62 0 75 37 110 512 54 24
Binary 1001000 11100 110010 0 111101 11111 1001000 101001010 101100 10100

Color Harmonies of #481C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C32

Black with #481C32

Text Example


Text Example

White with #481C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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