Html Css Color HEX #481830 Blackberry

📋 copy color: '#481830'

red 72 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #481830

Tints of Blackberry #481830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481830 (or 0x481830) is known color: Blackberry. HEX triplet: 48, 18 and 30. RGB value is (72,24,48). Sum of RGB (Red+Green+Blue) = 72+24+48=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481830 is #B7E7CF. Grayscale: #292929. Windows color (decimal): -12052432 or 3151944. OLE color: 3151944.

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

Color convert

RGB 72 24 48 -
CMYK 0 0.67 0.33 0.72
HSL 330º 0.5% 0.19% -
HSV(B) 330º 0.67% 0.28% -
XYZ 3.53 2.24 3.04 -
YUV 41.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 72 24 48 0 0.67 0.33 0.72 330 0.5 0.19
Hex 48 18 30 0 43 21 48 14A 32 13
Octal 110 30 60 0 103 41 110 512 62 23
Binary 1001000 11000 110000 0 1000011 100001 1001000 101001010 110010 10011

Color Harmonies of #481830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481830

Black with #481830

Text Example


Text Example

White with #481830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481830; }

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

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

background-color css

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

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

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

border-color css

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

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

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