Html Css Color HEX #0A230F Black Bean

📋 copy color: '#0A230F'

red 10 ◦ green 35 ◦ blue 15

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

Shades of Black Bean #0A230F

Tints of Black Bean #0A230F

RGB

 RED value IS 10 (4.3% from 255) = 16.67%

 GREEN value IS 35 (14.06% from 255) = 58.33%

 BLUE value IS 15 (6.25% from 255) = 25%

R = 16.67%
G = 58.33%
B = 25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#0A230F (or 0x0A230F) is known color: Black Bean. HEX triplet: 0A, 23 and 0F. RGB value is (10,35,15). Sum of RGB (Red+Green+Blue) = 10+35+15=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #0A230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A230F is #F5DCF0. Grayscale: #191919. Windows color (decimal): -16112881 or 992010. OLE color: 992010.

HSL color Cylindrical-coordinate representation of color #0A230F: hue angle of 132º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A230F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 35 15 -
CMYK 0.71 0 0.57 0.86
HSL 132º 0.56% 0.09% -
HSV(B) 132º 0.71% 0.14% -
XYZ 0.81 1.3 0.66 -
YUV 25.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 10 35 15 0.71 0 0.57 0.86 132 0.56 0.09
Hex A 23 F 47 0 39 56 84 38 9
Octal 12 43 17 107 0 71 126 204 70 11
Binary 1010 100011 1111 1000111 0 111001 1010110 10000100 111000 1001

Color Harmonies of #0A230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A230F

Black with #0A230F

Text Example


Text Example

White with #0A230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A230F; }

 p { color: rgb(10,35,15); }

 H1.HeaderClassName
 {
   color: #0A230F;
 }
 .AnyTagClassName
 {
   color: #0A230F;
 }
</style>

background-color css

<style>
 a { background-color: #0A230F; }

 a { background-color: rgb(10,35,15); }

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

border-color css

<style>
 span { border-color: #0A230F; }

 span { border-color: rgb(10,35,15); }

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