Html Css Color HEX #47002D Blackberry

📋 copy color: '#47002D'

red 71 ◦ green 0 ◦ blue 45

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

Shades of Blackberry #47002D

Tints of Blackberry #47002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 61.21%
G = 0%
B = 38.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47002D (or 0x47002D) is known color: Blackberry. HEX triplet: 47, 00 and 2D. RGB value is (71,0,45). Sum of RGB (Red+Green+Blue) = 71+0+45=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002D is #B8FFD2. Grayscale: #1A1A1A. Windows color (decimal): -12124115 or 2949191. OLE color: 2949191.

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

Color convert

RGB 71 0 45 -
CMYK 0 1 0.37 0.72
HSL 321.97º 1% 0.14% -
HSV(B) 321.97º 1% 0.28% -
XYZ 3.07 1.53 2.62 -
YUV 26.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 71 0 45 0 1 0.37 0.72 321.97 1 0.14
Hex 47 0 2D 0 64 25 48 142 64 E
Octal 107 0 55 0 144 45 110 502 144 16
Binary 1000111 0 101101 0 1100100 100101 1001000 101000010 1100100 1110

Color Harmonies of #47002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47002D

Black with #47002D

Text Example


Text Example

White with #47002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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