Html Css Color HEX #480926 Blackberry

📋 copy color: '#480926'

red 72 ◦ green 9 ◦ blue 38

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

Shades of Blackberry #480926

Tints of Blackberry #480926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.56%

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 60.5%
G = 7.56%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480926 (or 0x480926) is known color: Blackberry. HEX triplet: 48, 09 and 26. RGB value is (72,9,38). Sum of RGB (Red+Green+Blue) = 72+9+38=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #480926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480926 is #B7F6D9. Grayscale: #1F1F1F. Windows color (decimal): -12056282 or 2492744. OLE color: 2492744.

HSL color Cylindrical-coordinate representation of color #480926: hue angle of 332.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480926 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 38 -
CMYK 0 0.88 0.47 0.72
HSL 332.38º 0.78% 0.16% -
HSV(B) 332.38º 0.88% 0.28% -
XYZ 3.12 1.71 2 -
YUV 31.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 72 9 38 0 0.88 0.47 0.72 332.38 0.78 0.16
Hex 48 9 26 0 58 2F 48 14C 4E 10
Octal 110 11 46 0 130 57 110 514 116 20
Binary 1001000 1001 100110 0 1011000 101111 1001000 101001100 1001110 10000

Color Harmonies of #480926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480926

Black with #480926

Text Example


Text Example

White with #480926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480926; }

 p { color: rgb(72,9,38); }

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

background-color css

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

 a { background-color: rgb(72,9,38); }

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

border-color css

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

 span { border-color: rgb(72,9,38); }

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