Html Css Color HEX #481735 Blackberry

📋 copy color: '#481735'

red 72 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #481735

Tints of Blackberry #481735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 48.65%
G = 15.54%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#481735 (or 0x481735) is known color: Blackberry. HEX triplet: 48, 17 and 35. RGB value is (72,23,53). Sum of RGB (Red+Green+Blue) = 72+23+53=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481735 is #B7E8CA. Grayscale: #282828. Windows color (decimal): -12052683 or 3479368. OLE color: 3479368.

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

Color convert

RGB 72 23 53 -
CMYK 0 0.68 0.26 0.72
HSL 323.27º 0.52% 0.19% -
HSV(B) 323.27º 0.68% 0.28% -
XYZ 3.62 2.25 3.61 -
YUV 41.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 72 23 53 0 0.68 0.26 0.72 323.27 0.52 0.19
Hex 48 17 35 0 44 1A 48 143 34 13
Octal 110 27 65 0 104 32 110 503 64 23
Binary 1001000 10111 110101 0 1000100 11010 1001000 101000011 110100 10011

Color Harmonies of #481735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481735

Black with #481735

Text Example


Text Example

White with #481735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481735; }

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

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

background-color css

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

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

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

border-color css

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

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

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