Html Css Color HEX #481730 Blackberry

📋 copy color: '#481730'

red 72 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #481730

Tints of Blackberry #481730

RGB

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

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

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

R = 50.35%
G = 16.08%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#481730 (or 0x481730) is known color: Blackberry. HEX triplet: 48, 17 and 30. RGB value is (72,23,48). Sum of RGB (Red+Green+Blue) = 72+23+48=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481730 is #B7E8CF. Grayscale: #282828. Windows color (decimal): -12052688 or 3151688. OLE color: 3151688.

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

Color convert

RGB 72 23 48 -
CMYK 0 0.68 0.33 0.72
HSL 329.39º 0.52% 0.19% -
HSV(B) 329.39º 0.68% 0.28% -
XYZ 3.51 2.2 3.04 -
YUV 40.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 72 23 48 0 0.68 0.33 0.72 329.39 0.52 0.19
Hex 48 17 30 0 44 21 48 149 34 13
Octal 110 27 60 0 104 41 110 511 64 23
Binary 1001000 10111 110000 0 1000100 100001 1001000 101001001 110100 10011

Color Harmonies of #481730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481730

Black with #481730

Text Example


Text Example

White with #481730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481730; }

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

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

background-color css

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

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

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

border-color css

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

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

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