Html Css Color HEX #481536 Blackberry

📋 copy color: '#481536'

red 72 ◦ green 21 ◦ blue 54

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

Shades of Blackberry #481536

Tints of Blackberry #481536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 54 (21.48% from 255) = 36.73%

R = 48.98%
G = 14.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#481536 (or 0x481536) is known color: Blackberry. HEX triplet: 48, 15 and 36. RGB value is (72,21,54). Sum of RGB (Red+Green+Blue) = 72+21+54=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481536 is #B7EAC9. Grayscale: #272727. Windows color (decimal): -12053194 or 3544392. OLE color: 3544392.

HSL color Cylindrical-coordinate representation of color #481536: hue angle of 321.18º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481536 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 54 -
CMYK 0 0.71 0.25 0.72
HSL 321.18º 0.55% 0.18% -
HSV(B) 321.18º 0.71% 0.28% -
XYZ 3.61 2.18 3.72 -
YUV 40.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 72 21 54 0 0.71 0.25 0.72 321.18 0.55 0.18
Hex 48 15 36 0 47 19 48 141 37 12
Octal 110 25 66 0 107 31 110 501 67 22
Binary 1001000 10101 110110 0 1000111 11001 1001000 101000001 110111 10010

Color Harmonies of #481536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481536

Black with #481536

Text Example


Text Example

White with #481536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481536; }

 p { color: rgb(72,21,54); }

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

background-color css

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

 a { background-color: rgb(72,21,54); }

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

border-color css

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

 span { border-color: rgb(72,21,54); }

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