Html Css Color HEX #230017 Blackberry

📋 copy color: '#230017'

red 35 ◦ green 0 ◦ blue 23

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

Shades of Blackberry #230017

Tints of Blackberry #230017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 39.66%

R = 60.34%
G = 0%
B = 39.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#230017 (or 0x230017) is known color: Blackberry. HEX triplet: 23, 00 and 17. RGB value is (35,0,23). Sum of RGB (Red+Green+Blue) = 35+0+23=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230017 is #DCFFE8. Grayscale: #0D0D0D. Windows color (decimal): -14483433 or 1507363. OLE color: 1507363.

HSL color Cylindrical-coordinate representation of color #230017: hue angle of 320.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230017 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 0 23 -
CMYK 0 1 0.34 0.86
HSL 320.57º 1% 0.07% -
HSV(B) 320.57º 1% 0.14% -
XYZ 0.85 0.42 0.85 -
YUV 13.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 35 0 23 0 1 0.34 0.86 320.57 1 0.07
Hex 23 0 17 0 64 22 56 141 64 7
Octal 43 0 27 0 144 42 126 501 144 7
Binary 100011 0 10111 0 1100100 100010 1010110 101000001 1100100 111

Color Harmonies of #230017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230017

Black with #230017

Text Example


Text Example

White with #230017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230017; }

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

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

background-color css

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

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

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

border-color css

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

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

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