#243335

Color #243335 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #243335

Tints of Nordic #243335

Color information

#243335 (or 0x243335) is unknown color: approx 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

RGB365153-
CMYK0.320.0400.79
HSL187.06º19.1%17.45%-
HSV(B)187.06º32.08%20.78%-
XYZ2.5533.81-
YUV46.74131.53120.34-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3651530.320.0400.79187.0619.117.45
Hex24333520404Fbb1311
Octal44636540401172732321
Binary10010011001111010110000010001001111101110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>