Html Css Color HEX #470123 Blackberry

📋 copy color: '#470123'

red 71 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #470123

Tints of Blackberry #470123

RGB

 RED value IS 71 (28.13% from 255) = 66.36%

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

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

R = 66.36%
G = 0.93%
B = 32.71%

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

#470123 (or 0x470123) is known color: Blackberry. HEX triplet: 47, 01 and 23. RGB value is (71,1,35). Sum of RGB (Red+Green+Blue) = 71+1+35=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470123 is #B8FEDC. Grayscale: #191919. Windows color (decimal): -12123869 or 2294087. OLE color: 2294087.

HSL color Cylindrical-coordinate representation of color #470123: hue angle of 330.86º 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 #470123 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 35 -
CMYK 0 0.99 0.51 0.72
HSL 330.86º 0.97% 0.14% -
HSV(B) 330.86º 0.99% 0.28% -
XYZ 2.91 1.48 1.72 -
YUV 25.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 71 1 35 0 0.99 0.51 0.72 330.86 0.97 0.14
Hex 47 1 23 0 63 33 48 14B 61 E
Octal 107 1 43 0 143 63 110 513 141 16
Binary 1000111 1 100011 0 1100011 110011 1001000 101001011 1100001 1110

Color Harmonies of #470123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470123

Black with #470123

Text Example


Text Example

White with #470123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470123; }

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

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

background-color css

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

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

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

border-color css

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

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

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