Html Css Color HEX #230039 Blackcurrant

📋 copy color: '#230039'

red 35 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #230039

Tints of Blackcurrant #230039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.04%
G = 0%
B = 61.96%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#230039 (or 0x230039) is known color: Blackcurrant. HEX triplet: 23, 00 and 39. RGB value is (35,0,57). Sum of RGB (Red+Green+Blue) = 35+0+57=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #230039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230039 is #DCFFC6. Grayscale: #101010. Windows color (decimal): -14483399 or 3735587. OLE color: 3735587.

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

Color convert

RGB 35 0 57 -
CMYK 0.39 1 0 0.78
HSL 276.84º 1% 0.11% -
HSV(B) 276.84º 1% 0.22% -
XYZ 1.43 0.65 3.92 -
YUV 16.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 35 0 57 0.39 1 0 0.78 276.84 1 0.11
Hex 23 0 39 27 64 0 4E 115 64 B
Octal 43 0 71 47 144 0 116 425 144 13
Binary 100011 0 111001 100111 1100100 0 1001110 100010101 1100100 1011

Color Harmonies of #230039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230039

Black with #230039

Text Example


Text Example

White with #230039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230039; }

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

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

background-color css

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

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

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

border-color css

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

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

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