Html Css Color HEX #47002B Blackberry

📋 copy color: '#47002B'

red 71 ◦ green 0 ◦ blue 43

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

Shades of Blackberry #47002B

Tints of Blackberry #47002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.72%

R = 62.28%
G = 0%
B = 37.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47002B (or 0x47002B) is known color: Blackberry. HEX triplet: 47, 00 and 2B. RGB value is (71,0,43). Sum of RGB (Red+Green+Blue) = 71+0+43=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002B is #B8FFD4. Grayscale: #1A1A1A. Windows color (decimal): -12124117 or 2818119. OLE color: 2818119.

HSL color Cylindrical-coordinate representation of color #47002B: hue angle of 323.66º 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 #47002B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 0 43 -
CMYK 0 1 0.39 0.72
HSL 323.66º 1% 0.14% -
HSV(B) 323.66º 1% 0.28% -
XYZ 3.03 1.51 2.42 -
YUV 26.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 71 0 43 0 1 0.39 0.72 323.66 1 0.14
Hex 47 0 2B 0 64 27 48 144 64 E
Octal 107 0 53 0 144 47 110 504 144 16
Binary 1000111 0 101011 0 1100100 100111 1001000 101000100 1100100 1110

Color Harmonies of #47002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47002B

Black with #47002B

Text Example


Text Example

White with #47002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47002B; }

 p { color: rgb(71,0,43); }

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

background-color css

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

 a { background-color: rgb(71,0,43); }

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

border-color css

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

 span { border-color: rgb(71,0,43); }

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