Html Css Color HEX #47001B Blackberry

📋 copy color: '#47001B'

red 71 ◦ green 0 ◦ blue 27

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

Shades of Blackberry #47001B

Tints of Blackberry #47001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 72.45%
G = 0%
B = 27.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47001B (or 0x47001B) is known color: Blackberry. HEX triplet: 47, 00 and 1B. RGB value is (71,0,27). Sum of RGB (Red+Green+Blue) = 71+0+27=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #47001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47001B is #B8FFE4. Grayscale: #181818. Windows color (decimal): -12124133 or 1769543. OLE color: 1769543.

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

Color convert

RGB 71 0 27 -
CMYK 0 1 0.62 0.72
HSL 337.18º 1% 0.14% -
HSV(B) 337.18º 1% 0.28% -
XYZ 2.8 1.42 1.16 -
YUV 24.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 71 0 27 0 1 0.62 0.72 337.18 1 0.14
Hex 47 0 1B 0 64 3E 48 151 64 E
Octal 107 0 33 0 144 76 110 521 144 16
Binary 1000111 0 11011 0 1100100 111110 1001000 101010001 1100100 1110

Color Harmonies of #47001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47001B

Black with #47001B

Text Example


Text Example

White with #47001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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