Html Css Color HEX #123535 Nordic

📋 copy color: '#123535'

red 18 ◦ green 53 ◦ blue 53

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

Shades of Nordic #123535

Tints of Nordic #123535

RGB

 RED value IS 18 (7.42% from 255) = 14.52%

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 14.52%
G = 42.74%
B = 42.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123535 (or 0x123535) is known color: Nordic. HEX triplet: 12, 35 and 35. RGB value is (18,53,53). Sum of RGB (Red+Green+Blue) = 18+53+53=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #123535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123535 is #EDCACA. Grayscale: #2A2A2A. Windows color (decimal): -15583947 or 3486994. OLE color: 3486994.

HSL color Cylindrical-coordinate representation of color #123535: hue angle of 180º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123535 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 53 -
CMYK 0.66 0 0 0.79
HSL 180º 0.49% 0.14% -
HSV(B) 180º 0.66% 0.21% -
XYZ 2.17 2.93 3.82 -
YUV 42.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 18 53 53 0.66 0 0 0.79 180 0.49 0.14
Hex 12 35 35 42 0 0 4F B4 31 E
Octal 22 65 65 102 0 0 117 264 61 16
Binary 10010 110101 110101 1000010 0 0 1001111 10110100 110001 1110

Color Harmonies of #123535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123535

Black with #123535

Text Example


Text Example

White with #123535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123535; }

 p { color: rgb(18,53,53); }

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

background-color css

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

 a { background-color: rgb(18,53,53); }

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

border-color css

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

 span { border-color: rgb(18,53,53); }

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