Html Css Color HEX #460D23 Blackberry

📋 copy color: '#460D23'

red 70 ◦ green 13 ◦ blue 35

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

Shades of Blackberry #460D23

Tints of Blackberry #460D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 35 (14.06% from 255) = 29.66%

R = 59.32%
G = 11.02%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#460D23 (or 0x460D23) is known color: Blackberry. HEX triplet: 46, 0D and 23. RGB value is (70,13,35). Sum of RGB (Red+Green+Blue) = 70+13+35=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #460D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D23 is #B9F2DC. Grayscale: #202020. Windows color (decimal): -12186333 or 2297158. OLE color: 2297158.

HSL color Cylindrical-coordinate representation of color #460D23: hue angle of 336.84º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D23 is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 13 35 -
CMYK 0 0.81 0.5 0.73
HSL 336.84º 0.69% 0.16% -
HSV(B) 336.84º 0.81% 0.27% -
XYZ 2.97 1.71 1.76 -
YUV 32.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 70 13 35 0 0.81 0.5 0.73 336.84 0.69 0.16
Hex 46 D 23 0 51 32 49 151 45 10
Octal 106 15 43 0 121 62 111 521 105 20
Binary 1000110 1101 100011 0 1010001 110010 1001001 101010001 1000101 10000

Color Harmonies of #460D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D23

Black with #460D23

Text Example


Text Example

White with #460D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460D23; }

 p { color: rgb(70,13,35); }

 H1.HeaderClassName
 {
   color: #460D23;
 }
 .AnyTagClassName
 {
   color: #460D23;
 }
</style>

background-color css

<style>
 a { background-color: #460D23; }

 a { background-color: rgb(70,13,35); }

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

border-color css

<style>
 span { border-color: #460D23; }

 span { border-color: rgb(70,13,35); }

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