Html Css Color HEX #243335 Nordic

📋 copy color: '#243335'

red 36 ◦ green 51 ◦ blue 53

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

Shades of Nordic #243335

Tints of Nordic #243335

RGB

 RED value IS 36 (14.45% from 255) = 25.71%

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

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

R = 25.71%
G = 36.43%
B = 37.86%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#243335 (or 0x243335) is known color: Nordic. HEX triplet: 24, 33 and 35. RGB value is (36,51,53). Sum of RGB (Red+Green+Blue) = 36+51+53=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: blue. Hex color #243335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243335 is #DBCCCA. Grayscale: #2E2E2E. Windows color (decimal): -14404811 or 3486500. OLE color: 3486500.

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

Color convert

RGB 36 51 53 -
CMYK 0.32 0.04 0 0.79
HSL 187.06º 0.19% 0.17% -
HSV(B) 187.06º 0.32% 0.21% -
XYZ 2.55 3 3.81 -
YUV 46.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 36 51 53 0.32 0.04 0 0.79 187.06 0.19 0.17
Hex 24 33 35 20 4 0 4F BB 13 11
Octal 44 63 65 40 4 0 117 273 23 21
Binary 100100 110011 110101 100000 100 0 1001111 10111011 10011 10001

Color Harmonies of #243335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243335

Black with #243335

Text Example


Text Example

White with #243335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243335; }

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

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

background-color css

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

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

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

border-color css

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

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

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