Html Css Color HEX #481933 Blackberry

📋 copy color: '#481933'

red 72 ◦ green 25 ◦ blue 51

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

Shades of Blackberry #481933

Tints of Blackberry #481933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

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

R = 48.65%
G = 16.89%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#481933 (or 0x481933) is known color: Blackberry. HEX triplet: 48, 19 and 33. RGB value is (72,25,51). Sum of RGB (Red+Green+Blue) = 72+25+51=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481933 is #B7E6CC. Grayscale: #292929. Windows color (decimal): -12052173 or 3348808. OLE color: 3348808.

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

Color convert

RGB 72 25 51 -
CMYK 0 0.65 0.29 0.72
HSL 326.81º 0.48% 0.19% -
HSV(B) 326.81º 0.65% 0.28% -
XYZ 3.62 2.31 3.39 -
YUV 42.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 72 25 51 0 0.65 0.29 0.72 326.81 0.48 0.19
Hex 48 19 33 0 41 1D 48 147 30 13
Octal 110 31 63 0 101 35 110 507 60 23
Binary 1001000 11001 110011 0 1000001 11101 1001000 101000111 110000 10011

Color Harmonies of #481933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481933

Black with #481933

Text Example


Text Example

White with #481933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481933; }

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

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

background-color css

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

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

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

border-color css

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

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

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