Html Css Color HEX #230F01 Wood Bark

📋 copy color: '#230F01'

red 35 ◦ green 15 ◦ blue 1

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

Shades of Wood Bark #230F01

Tints of Wood Bark #230F01

RGB

 RED value IS 35 (14.06% from 255) = 68.63%

 GREEN value IS 15 (6.25% from 255) = 29.41%

 BLUE value IS 1 (0.78% from 255) = 1.96%

R = 68.63%
G = 29.41%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#230F01 (or 0x230F01) is known color: Wood Bark. HEX triplet: 23, 0F and 01. RGB value is (35,15,1). Sum of RGB (Red+Green+Blue) = 35+15+1=51 (6% of max value = 765). Red value is 35 (14.06% from 255 or 68.63% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 35 - color contains mainly: red. Hex color #230F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F01 is #DCF0FE. Grayscale: #131313. Windows color (decimal): -14479615 or 69411. OLE color: 69411.

HSL color Cylindrical-coordinate representation of color #230F01: hue angle of 24.71º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230F01 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 15 1 -
CMYK 0 0.57 0.97 0.86
HSL 24.71º 0.94% 0.07% -
HSV(B) 24.71º 0.97% 0.14% -
XYZ 0.87 0.7 0.12 -
YUV 19.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 35 15 1 0 0.57 0.97 0.86 24.71 0.94 0.07
Hex 23 F 1 0 39 61 56 19 5E 7
Octal 43 17 1 0 71 141 126 31 136 7
Binary 100011 1111 1 0 111001 1100001 1010110 11001 1011110 111

Color Harmonies of #230F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F01

Black with #230F01

Text Example


Text Example

White with #230F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230F01; }

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

 H1.HeaderClassName
 {
   color: #230F01;
 }
 .AnyTagClassName
 {
   color: #230F01;
 }
</style>

background-color css

<style>
 a { background-color: #230F01; }

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

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

border-color css

<style>
 span { border-color: #230F01; }

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

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