Html Css Color HEX #481834 Blackberry

📋 copy color: '#481834'

red 72 ◦ green 24 ◦ blue 52

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

Shades of Blackberry #481834

Tints of Blackberry #481834

RGB

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

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

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

R = 48.65%
G = 16.22%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#481834 (or 0x481834) is known color: Blackberry. HEX triplet: 48, 18 and 34. RGB value is (72,24,52). Sum of RGB (Red+Green+Blue) = 72+24+52=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481834 is #B7E7CB. Grayscale: #292929. Windows color (decimal): -12052428 or 3414088. OLE color: 3414088.

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

Color convert

RGB 72 24 52 -
CMYK 0 0.67 0.28 0.72
HSL 325º 0.5% 0.19% -
HSV(B) 325º 0.67% 0.28% -
XYZ 3.62 2.28 3.5 -
YUV 41.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 72 24 52 0 0.67 0.28 0.72 325 0.5 0.19
Hex 48 18 34 0 43 1C 48 145 32 13
Octal 110 30 64 0 103 34 110 505 62 23
Binary 1001000 11000 110100 0 1000011 11100 1001000 101000101 110010 10011

Color Harmonies of #481834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481834

Black with #481834

Text Example


Text Example

White with #481834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481834; }

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

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

background-color css

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

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

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

border-color css

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

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

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