Html Css Color HEX #233335 Nordic

📋 copy color: '#233335'

red 35 ◦ green 51 ◦ blue 53

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

Shades of Nordic #233335

Tints of Nordic #233335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

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

R = 25.18%
G = 36.69%
B = 38.13%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#233335 (or 0x233335) is known color: Nordic. HEX triplet: 23, 33 and 35. RGB value is (35,51,53). Sum of RGB (Red+Green+Blue) = 35+51+53=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #233335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233335 is #DCCCCA. Grayscale: #2E2E2E. Windows color (decimal): -14470347 or 3486499. OLE color: 3486499.

HSL color Cylindrical-coordinate representation of color #233335: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233335 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 51 53 -
CMYK 0.34 0.04 0 0.79
HSL 186.67º 0.2% 0.17% -
HSV(B) 186.67º 0.34% 0.21% -
XYZ 2.52 2.98 3.81 -
YUV 46.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 35 51 53 0.34 0.04 0 0.79 186.67 0.2 0.17
Hex 23 33 35 22 4 0 4F BB 14 11
Octal 43 63 65 42 4 0 117 273 24 21
Binary 100011 110011 110101 100010 100 0 1001111 10111011 10100 10001

Color Harmonies of #233335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233335

Black with #233335

Text Example


Text Example

White with #233335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233335; }

 p { color: rgb(35,51,53); }

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

background-color css

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

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

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

border-color css

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

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

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