Html Css Color HEX #480123 Blackberry

📋 copy color: '#480123'

red 72 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #480123

Tints of Blackberry #480123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 66.67%
G = 0.93%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480123 (or 0x480123) is known color: Blackberry. HEX triplet: 48, 01 and 23. RGB value is (72,1,35). Sum of RGB (Red+Green+Blue) = 72+1+35=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480123 is #B7FEDC. Grayscale: #1A1A1A. Windows color (decimal): -12058333 or 2294088. OLE color: 2294088.

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

Color convert

RGB 72 1 35 -
CMYK 0 0.99 0.51 0.72
HSL 331.27º 0.97% 0.14% -
HSV(B) 331.27º 0.99% 0.28% -
XYZ 2.99 1.52 1.73 -
YUV 26.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 72 1 35 0 0.99 0.51 0.72 331.27 0.97 0.14
Hex 48 1 23 0 63 33 48 14B 61 E
Octal 110 1 43 0 143 63 110 513 141 16
Binary 1001000 1 100011 0 1100011 110011 1001000 101001011 1100001 1110

Color Harmonies of #480123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480123

Black with #480123

Text Example


Text Example

White with #480123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480123; }

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

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

background-color css

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

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

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

border-color css

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

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

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