Html Css Color HEX #480423 Blackberry

📋 copy color: '#480423'

red 72 ◦ green 4 ◦ blue 35

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

Shades of Blackberry #480423

Tints of Blackberry #480423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

 BLUE value IS 35 (14.06% from 255) = 31.53%

R = 64.86%
G = 3.6%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480423 (or 0x480423) is known color: Blackberry. HEX triplet: 48, 04 and 23. RGB value is (72,4,35). Sum of RGB (Red+Green+Blue) = 72+4+35=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480423 is #B7FBDC. Grayscale: #1B1B1B. Windows color (decimal): -12057565 or 2294856. OLE color: 2294856.

HSL color Cylindrical-coordinate representation of color #480423: hue angle of 332.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480423 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 35 -
CMYK 0 0.94 0.51 0.72
HSL 332.65º 0.89% 0.15% -
HSV(B) 332.65º 0.94% 0.28% -
XYZ 3.02 1.59 1.74 -
YUV 27.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 72 4 35 0 0.94 0.51 0.72 332.65 0.89 0.15
Hex 48 4 23 0 5E 33 48 14D 59 F
Octal 110 4 43 0 136 63 110 515 131 17
Binary 1001000 100 100011 0 1011110 110011 1001000 101001101 1011001 1111

Color Harmonies of #480423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480423

Black with #480423

Text Example


Text Example

White with #480423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480423; }

 p { color: rgb(72,4,35); }

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

background-color css

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

 a { background-color: rgb(72,4,35); }

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

border-color css

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

 span { border-color: rgb(72,4,35); }

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