Html Css Color HEX #481633 Blackberry

📋 copy color: '#481633'

red 72 ◦ green 22 ◦ blue 51

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

Shades of Blackberry #481633

Tints of Blackberry #481633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

 BLUE value IS 51 (20.31% from 255) = 35.17%

R = 49.66%
G = 15.17%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481633 (or 0x481633) is known color: Blackberry. HEX triplet: 48, 16 and 33. RGB value is (72,22,51). Sum of RGB (Red+Green+Blue) = 72+22+51=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481633 is #B7E9CC. Grayscale: #282828. Windows color (decimal): -12052941 or 3348040. OLE color: 3348040.

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

Color convert

RGB 72 22 51 -
CMYK 0 0.69 0.29 0.72
HSL 325.2º 0.53% 0.18% -
HSV(B) 325.2º 0.69% 0.28% -
XYZ 3.56 2.19 3.37 -
YUV 40.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 72 22 51 0 0.69 0.29 0.72 325.2 0.53 0.18
Hex 48 16 33 0 45 1D 48 145 35 12
Octal 110 26 63 0 105 35 110 505 65 22
Binary 1001000 10110 110011 0 1000101 11101 1001000 101000101 110101 10010

Color Harmonies of #481633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481633

Black with #481633

Text Example


Text Example

White with #481633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481633; }

 p { color: rgb(72,22,51); }

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

background-color css

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

 a { background-color: rgb(72,22,51); }

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

border-color css

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

 span { border-color: rgb(72,22,51); }

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