Html Css Color HEX #230942 Blackcurrant

📋 copy color: '#230942'

red 35 ◦ green 9 ◦ blue 66

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

Shades of Blackcurrant #230942

Tints of Blackcurrant #230942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

 BLUE value IS 66 (26.17% from 255) = 60%

R = 31.82%
G = 8.18%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#230942 (or 0x230942) is known color: Blackcurrant. HEX triplet: 23, 09 and 42. RGB value is (35,9,66). Sum of RGB (Red+Green+Blue) = 35+9+66=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #230942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230942 is #DCF6BD. Grayscale: #171717. Windows color (decimal): -14481086 or 4327715. OLE color: 4327715.

HSL color Cylindrical-coordinate representation of color #230942: hue angle of 267.37º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230942 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 9 66 -
CMYK 0.47 0.86 0 0.74
HSL 267.37º 0.76% 0.15% -
HSV(B) 267.37º 0.86% 0.26% -
XYZ 1.77 0.95 5.24 -
YUV 23.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 35 9 66 0.47 0.86 0 0.74 267.37 0.76 0.15
Hex 23 9 42 2F 56 0 4A 10B 4C F
Octal 43 11 102 57 126 0 112 413 114 17
Binary 100011 1001 1000010 101111 1010110 0 1001010 100001011 1001100 1111

Color Harmonies of #230942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230942

Black with #230942

Text Example


Text Example

White with #230942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230942; }

 p { color: rgb(35,9,66); }

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

background-color css

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

 a { background-color: rgb(35,9,66); }

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

border-color css

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

 span { border-color: rgb(35,9,66); }

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