Html Css Color HEX #23323C Tangaroa

📋 copy color: '#23323C'

red 35 ◦ green 50 ◦ blue 60

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

Shades of Tangaroa #23323C

Tints of Tangaroa #23323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 24.14%
G = 34.48%
B = 41.38%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23323C (or 0x23323C) is known color: Tangaroa. HEX triplet: 23, 32 and 3C. RGB value is (35,50,60). Sum of RGB (Red+Green+Blue) = 35+50+60=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #23323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23323C is #DCCDC3. Grayscale: #2E2E2E. Windows color (decimal): -14470596 or 3944995. OLE color: 3944995.

HSL color Cylindrical-coordinate representation of color #23323C: hue angle of 204º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23323C is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 50 60 -
CMYK 0.42 0.17 0 0.76
HSL 204º 0.26% 0.19% -
HSV(B) 204º 0.42% 0.24% -
XYZ 2.65 2.96 4.71 -
YUV 46.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 35 50 60 0.42 0.17 0 0.76 204 0.26 0.19
Hex 23 32 3C 2A 11 0 4C CC 1A 13
Octal 43 62 74 52 21 0 114 314 32 23
Binary 100011 110010 111100 101010 10001 0 1001100 11001100 11010 10011

Color Harmonies of #23323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23323C

Black with #23323C

Text Example


Text Example

White with #23323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23323C; }

 p { color: rgb(35,50,60); }

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

background-color css

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

 a { background-color: rgb(35,50,60); }

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

border-color css

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

 span { border-color: rgb(35,50,60); }

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