Html Css Color HEX #47002C Blackberry

📋 copy color: '#47002C'

red 71 ◦ green 0 ◦ blue 44

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

Shades of Blackberry #47002C

Tints of Blackberry #47002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 38.26%

R = 61.74%
G = 0%
B = 38.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47002C (or 0x47002C) is known color: Blackberry. HEX triplet: 47, 00 and 2C. RGB value is (71,0,44). Sum of RGB (Red+Green+Blue) = 71+0+44=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47002C is #B8FFD3. Grayscale: #1A1A1A. Windows color (decimal): -12124116 or 2883655. OLE color: 2883655.

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

Color convert

RGB 71 0 44 -
CMYK 0 1 0.38 0.72
HSL 322.82º 1% 0.14% -
HSV(B) 322.82º 1% 0.28% -
XYZ 3.05 1.52 2.52 -
YUV 26.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 71 0 44 0 1 0.38 0.72 322.82 1 0.14
Hex 47 0 2C 0 64 26 48 143 64 E
Octal 107 0 54 0 144 46 110 503 144 16
Binary 1000111 0 101100 0 1100100 100110 1001000 101000011 1100100 1110

Color Harmonies of #47002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47002C

Black with #47002C

Text Example


Text Example

White with #47002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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