Html Css Color HEX #481835 Blackberry

📋 copy color: '#481835'

red 72 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #481835

Tints of Blackberry #481835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 48.32%
G = 16.11%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481835 (or 0x481835) is known color: Blackberry. HEX triplet: 48, 18 and 35. RGB value is (72,24,53). Sum of RGB (Red+Green+Blue) = 72+24+53=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481835 is #B7E7CA. Grayscale: #292929. Windows color (decimal): -12052427 or 3479624. OLE color: 3479624.

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

Color convert

RGB 72 24 53 -
CMYK 0 0.67 0.26 0.72
HSL 323.75º 0.5% 0.19% -
HSV(B) 323.75º 0.67% 0.28% -
XYZ 3.64 2.29 3.62 -
YUV 41.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 72 24 53 0 0.67 0.26 0.72 323.75 0.5 0.19
Hex 48 18 35 0 43 1A 48 144 32 13
Octal 110 30 65 0 103 32 110 504 62 23
Binary 1001000 11000 110101 0 1000011 11010 1001000 101000100 110010 10011

Color Harmonies of #481835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481835

Black with #481835

Text Example


Text Example

White with #481835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481835; }

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

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

background-color css

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

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

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

border-color css

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

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

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