Html Css Color HEX #230302 Seal Brown

📋 copy color: '#230302'

red 35 ◦ green 3 ◦ blue 2

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

Shades of Seal Brown #230302

Tints of Seal Brown #230302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

 BLUE value IS 2 (1.17% from 255) = 5%

R = 87.5%
G = 7.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#230302 (or 0x230302) is known color: Seal Brown. HEX triplet: 23, 03 and 02. RGB value is (35,3,2). Sum of RGB (Red+Green+Blue) = 35+3+2=40 (5% of max value = 765). Red value is 35 (14.06% from 255 or 87.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 35 - color contains mainly: red. Hex color #230302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230302 is #DCFCFD. Grayscale: #0C0C0C. Windows color (decimal): -14482686 or 131875. OLE color: 131875.

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

Color convert

RGB 35 3 2 -
CMYK 0 0.91 0.94 0.86
HSL 1.82º 0.89% 0.07% -
HSV(B) 1.82º 0.94% 0.14% -
XYZ 0.74 0.43 0.1 -
YUV 12.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 35 3 2 0 0.91 0.94 0.86 1.82 0.89 0.07
Hex 23 3 2 0 5B 5E 56 2 59 7
Octal 43 3 2 0 133 136 126 2 131 7
Binary 100011 11 10 0 1011011 1011110 1010110 10 1011001 111

Color Harmonies of #230302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230302

Black with #230302

Text Example


Text Example

White with #230302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230302; }

 p { color: rgb(35,3,2); }

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

background-color css

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

 a { background-color: rgb(35,3,2); }

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

border-color css

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

 span { border-color: rgb(35,3,2); }

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