Html Css Color HEX #23483A Burnham

📋 copy color: '#23483A'

red 35 ◦ green 72 ◦ blue 58

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

Shades of Burnham #23483A

Tints of Burnham #23483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 58 (23.05% from 255) = 35.15%

R = 21.21%
G = 43.64%
B = 35.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#23483A (or 0x23483A) is known color: Burnham. HEX triplet: 23, 48 and 3A. RGB value is (35,72,58). Sum of RGB (Red+Green+Blue) = 35+72+58=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #23483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483A is #DCB7C5. Grayscale: #3B3B3B. Windows color (decimal): -14464966 or 3819555. OLE color: 3819555.

HSL color Cylindrical-coordinate representation of color #23483A: hue angle of 157.3º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23483A is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 58 -
CMYK 0.51 0 0.19 0.72
HSL 157.3º 0.35% 0.21% -
HSV(B) 157.3º 0.51% 0.28% -
XYZ 3.77 5.3 4.83 -
YUV 59.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 35 72 58 0.51 0 0.19 0.72 157.3 0.35 0.21
Hex 23 48 3A 33 0 13 48 9D 23 15
Octal 43 110 72 63 0 23 110 235 43 25
Binary 100011 1001000 111010 110011 0 10011 1001000 10011101 100011 10101

Color Harmonies of #23483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23483A

Black with #23483A

Text Example


Text Example

White with #23483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23483A; }

 p { color: rgb(35,72,58); }

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

background-color css

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

 a { background-color: rgb(35,72,58); }

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

border-color css

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

 span { border-color: rgb(35,72,58); }

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