Html Css Color HEX #123333 Nordic

📋 copy color: '#123333'

red 18 ◦ green 51 ◦ blue 51

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

Shades of Nordic #123333

Tints of Nordic #123333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 42.5%

R = 15%
G = 42.5%
B = 42.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#123333 (or 0x123333) is known color: Nordic. HEX triplet: 12, 33 and 33. RGB value is (18,51,51). Sum of RGB (Red+Green+Blue) = 18+51+51=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #123333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123333 is #EDCCCC. Grayscale: #292929. Windows color (decimal): -15584461 or 3355410. OLE color: 3355410.

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

Color convert

RGB 18 51 51 -
CMYK 0.65 0 0 0.8
HSL 180º 0.48% 0.14% -
HSV(B) 180º 0.65% 0.2% -
XYZ 2.03 2.74 3.55 -
YUV 41.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 18 51 51 0.65 0 0 0.8 180 0.48 0.14
Hex 12 33 33 41 0 0 50 B4 30 E
Octal 22 63 63 101 0 0 120 264 60 16
Binary 10010 110011 110011 1000001 0 0 1010000 10110100 110000 1110

Color Harmonies of #123333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123333

Black with #123333

Text Example


Text Example

White with #123333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123333; }

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

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

background-color css

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

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

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

border-color css

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

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

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