Html Css Color HEX #481634 Blackberry

📋 copy color: '#481634'

red 72 ◦ green 22 ◦ blue 52

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

Shades of Blackberry #481634

Tints of Blackberry #481634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.62%

R = 49.32%
G = 15.07%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481634 (or 0x481634) is known color: Blackberry. HEX triplet: 48, 16 and 34. RGB value is (72,22,52). Sum of RGB (Red+Green+Blue) = 72+22+52=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481634 is #B7E9CB. Grayscale: #282828. Windows color (decimal): -12052940 or 3413576. OLE color: 3413576.

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

Color convert

RGB 72 22 52 -
CMYK 0 0.69 0.28 0.72
HSL 324º 0.53% 0.18% -
HSV(B) 324º 0.69% 0.28% -
XYZ 3.58 2.2 3.48 -
YUV 40.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 72 22 52 0 0.69 0.28 0.72 324 0.53 0.18
Hex 48 16 34 0 45 1C 48 144 35 12
Octal 110 26 64 0 105 34 110 504 65 22
Binary 1001000 10110 110100 0 1000101 11100 1001000 101000100 110101 10010

Color Harmonies of #481634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481634

Black with #481634

Text Example


Text Example

White with #481634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481634; }

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

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

background-color css

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

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

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

border-color css

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

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

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