Html Css Color HEX #480623 Blackberry

📋 copy color: '#480623'

red 72 ◦ green 6 ◦ blue 35

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

Shades of Blackberry #480623

Tints of Blackberry #480623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.31%

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

R = 63.72%
G = 5.31%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#480623 (or 0x480623) is known color: Blackberry. HEX triplet: 48, 06 and 23. RGB value is (72,6,35). Sum of RGB (Red+Green+Blue) = 72+6+35=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480623 is #B7F9DC. Grayscale: #1C1C1C. Windows color (decimal): -12057053 or 2295368. OLE color: 2295368.

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

Color convert

RGB 72 6 35 -
CMYK 0 0.92 0.51 0.72
HSL 333.64º 0.85% 0.15% -
HSV(B) 333.64º 0.92% 0.28% -
XYZ 3.04 1.63 1.74 -
YUV 29.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 72 6 35 0 0.92 0.51 0.72 333.64 0.85 0.15
Hex 48 6 23 0 5C 33 48 14E 55 F
Octal 110 6 43 0 134 63 110 516 125 17
Binary 1001000 110 100011 0 1011100 110011 1001000 101001110 1010101 1111

Color Harmonies of #480623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480623

Black with #480623

Text Example


Text Example

White with #480623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480623; }

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

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

background-color css

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

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

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

border-color css

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

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

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