Html Css Color HEX #46001C Blackberry

📋 copy color: '#46001C'

red 70 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #46001C

Tints of Blackberry #46001C

RGB

 RED value IS 70 (27.73% from 255) = 71.43%

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

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#46001C (or 0x46001C) is known color: Blackberry. HEX triplet: 46, 00 and 1C. RGB value is (70,0,28). Sum of RGB (Red+Green+Blue) = 70+0+28=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #46001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46001C is #B9FFE3. Grayscale: #181818. Windows color (decimal): -12189668 or 1835078. OLE color: 1835078.

HSL color Cylindrical-coordinate representation of color #46001C: hue angle of 336º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46001C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 28 -
CMYK 0 1 0.60 0.73
HSL 336º 1% 0.14% -
HSV(B) 336º 1% 0.27% -
XYZ 2.74 1.39 1.22 -
YUV 24.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 70 0 28 0 1 0.60 0.73 336 1 0.14
Hex 46 0 1C 0 64 3C 49 150 64 E
Octal 106 0 34 0 144 74 111 520 144 16
Binary 1000110 0 11100 0 1100100 111100 1001001 101010000 1100100 1110

Color Harmonies of #46001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46001C

Black with #46001C

Text Example


Text Example

White with #46001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,0,28); }

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

background-color css

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

 a { background-color: rgb(70,0,28); }

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

border-color css

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

 span { border-color: rgb(70,0,28); }

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