Html Css Color HEX #481635 Blackberry

📋 copy color: '#481635'

red 72 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #481635

Tints of Blackberry #481635

RGB

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

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

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

R = 48.98%
G = 14.97%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481635 (or 0x481635) is known color: Blackberry. HEX triplet: 48, 16 and 35. RGB value is (72,22,53). Sum of RGB (Red+Green+Blue) = 72+22+53=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481635 is #B7E9CA. Grayscale: #282828. Windows color (decimal): -12052939 or 3479112. OLE color: 3479112.

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

Color convert

RGB 72 22 53 -
CMYK 0 0.69 0.26 0.72
HSL 322.8º 0.53% 0.18% -
HSV(B) 322.8º 0.69% 0.28% -
XYZ 3.6 2.21 3.6 -
YUV 40.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 72 22 53 0 0.69 0.26 0.72 322.8 0.53 0.18
Hex 48 16 35 0 45 1A 48 143 35 12
Octal 110 26 65 0 105 32 110 503 65 22
Binary 1001000 10110 110101 0 1000101 11010 1001000 101000011 110101 10010

Color Harmonies of #481635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481635

Black with #481635

Text Example


Text Example

White with #481635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481635; }

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

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

background-color css

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

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

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

border-color css

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

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

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