Html Css Color HEX #230639 Blackcurrant

📋 copy color: '#230639'

red 35 ◦ green 6 ◦ blue 57

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

Shades of Blackcurrant #230639

Tints of Blackcurrant #230639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

 BLUE value IS 57 (22.66% from 255) = 58.16%

R = 35.71%
G = 6.12%
B = 58.16%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#230639 (or 0x230639) is known color: Blackcurrant. HEX triplet: 23, 06 and 39. RGB value is (35,6,57). Sum of RGB (Red+Green+Blue) = 35+6+57=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #230639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230639 is #DCF9C6. Grayscale: #141414. Windows color (decimal): -14481863 or 3737123. OLE color: 3737123.

HSL color Cylindrical-coordinate representation of color #230639: hue angle of 274.12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230639 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 6 57 -
CMYK 0.39 0.89 0 0.78
HSL 274.12º 0.81% 0.12% -
HSV(B) 274.12º 0.89% 0.22% -
XYZ 1.5 0.78 3.94 -
YUV 20.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 35 6 57 0.39 0.89 0 0.78 274.12 0.81 0.12
Hex 23 6 39 27 59 0 4E 112 51 C
Octal 43 6 71 47 131 0 116 422 121 14
Binary 100011 110 111001 100111 1011001 0 1001110 100010010 1010001 1100

Color Harmonies of #230639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230639

Black with #230639

Text Example


Text Example

White with #230639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230639; }

 p { color: rgb(35,6,57); }

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

background-color css

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

 a { background-color: rgb(35,6,57); }

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

border-color css

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

 span { border-color: rgb(35,6,57); }

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