Html Css Color HEX #480023 Blackberry

📋 copy color: '#480023'

red 72 ◦ green 0 ◦ blue 35

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

Shades of Blackberry #480023

Tints of Blackberry #480023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.29%
G = 0%
B = 32.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480023 (or 0x480023) is known color: Blackberry. HEX triplet: 48, 00 and 23. RGB value is (72,0,35). Sum of RGB (Red+Green+Blue) = 72+0+35=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480023 is #B7FFDC. Grayscale: #191919. Windows color (decimal): -12058589 or 2293832. OLE color: 2293832.

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

Color convert

RGB 72 0 35 -
CMYK 0 1 0.51 0.72
HSL 330.83º 1% 0.14% -
HSV(B) 330.83º 1% 0.28% -
XYZ 2.98 1.5 1.72 -
YUV 25.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 72 0 35 0 1 0.51 0.72 330.83 1 0.14
Hex 48 0 23 0 64 33 48 14B 64 E
Octal 110 0 43 0 144 63 110 513 144 16
Binary 1001000 0 100011 0 1100100 110011 1001000 101001011 1100100 1110

Color Harmonies of #480023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480023

Black with #480023

Text Example


Text Example

White with #480023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480023; }

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

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

background-color css

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

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

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

border-color css

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

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

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